home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libcruft / misc / xstopx.f < prev   
Text File  |  1996-02-03  |  233b  |  10 lines

  1.       subroutine xstopx (string)
  2.       character *(*) string
  3.       integer slen
  4.       slen = len (string)
  5.       if (slen .eq. 1 .and. string(1:1) .eq. ' ') then
  6.         slen = 0
  7.       endif
  8.  9999 call dostop (string, slen)
  9.       end
  10.